Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E: Modify e2e test 'InstallCheByOperatorHub' to use with both Che and Crw #14798

Merged
merged 8 commits into from
Oct 9, 2019

Conversation

artaleks9
Copy link
Contributor

What does this PR do?

  • Update e2e test InstallCheByOperatorHub to launch installation both Eclipse Che and Codeready Workspaces by using OperatorHub on OCP4
  • Add new constants to the TestConstants
  • Update page object OcpWebConsolePage

What issues does this PR fix or reference?

https://issues.jboss.org/browse/CRW-223

@artaleks9 artaleks9 added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/task Internal things, technical debt, and to-do tasks to be performed. team/che-qe labels Oct 7, 2019
@che-bot
Copy link
Contributor

che-bot commented Oct 7, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:

Copy link
Contributor

@dmytro-ndp dmytro-ndp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@che-bot
Copy link
Contributor

che-bot commented Oct 7, 2019

E2E tests of Eclipse Che Multiuser on OCP has been successful:

@@ -18,8 +18,13 @@ import { Logger } from '../../utils/Logger';
@injectable()
export class OcpWebConsolePage {

private static readonly CHE_OPERATOR_LOGO_NAME: string = '//h1[text()=\'Eclipse Che\']';
private static readonly ECLIPSE_CHE_PREFIX_URL: string = 'che-';
private static readonly OPERATOR_LOGO_NAME: string = `//h1[text()='${TestConstants.TS_SELENIUM_OPERATOR_LOGO_NAME}']`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be great to point which kind of locator is used (xpath, css ...) . Here and in all other places.

@che-bot
Copy link
Contributor

che-bot commented Oct 8, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@che-bot
Copy link
Contributor

che-bot commented Oct 8, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:

@artaleks9
Copy link
Contributor Author

artaleks9 commented Oct 8, 2019

ci-test

1 similar comment
@artaleks9
Copy link
Contributor Author

ci-test

@che-bot
Copy link
Contributor

che-bot commented Oct 8, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@artaleks9
Copy link
Contributor Author

ci-build

@che-bot
Copy link
Contributor

che-bot commented Oct 9, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:

@che-bot
Copy link
Contributor

che-bot commented Oct 9, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@artaleks9 artaleks9 merged commit e82bccc into master Oct 9, 2019
@che-bot che-bot removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Oct 9, 2019
@che-bot che-bot added this to the 7.3.0 milestone Oct 9, 2019
@artaleks9 artaleks9 deleted the crw#223 branch October 10, 2019 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants